home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5123 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: newsroom.utas.edu.au!bruny!ntring
  2. From: ntring@bruny.mpx.com.au (Nick Ring)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Ed and Arexx
  5. Date: 9 Mar 1996 20:22:59 GMT
  6. Organization: University of Tasmania, Australia.
  7. Message-ID: <4hspb3$17a@franklin.its.utas.edu.au>
  8. References: <Pine.SGI.3.91.960305154116.7781B-100000@RW320B48.rz.fhtw-berlin.de>
  9. NNTP-Posting-Host: bruny.its.utas.edu.au
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Robert Rohde (n4297@RW320B48.rz.fhtw-berlin.de) wrote:
  13. : I recently started experimenting with Ed's ARexxPort and find Ed's
  14. : capabilities with custom-menus, hotkeys and invoking ARexxScripts 
  15. : enormous.
  16.  
  17. : Nevertheless I encountered some problems:
  18.  
  19. : 1.) I want to display a message on Ed's bottomline using:
  20. :     "sm" "\Hello\"
  21. :     Sending the above to Ed results in deleting the bottomline, but
  22. :     nothing further.
  23. :     Can you help?
  24.  
  25. I have also just lately been muching around with ARexx and Ed, and I couldn't
  26. for the life of me, get the 'SM' command to work at all. Everytime I sent a
  27. 'SM' commands, it just cleared the status line, which is annoying, as some of
  28. my scripts can take a little bit of time to see any results.
  29.  
  30. : 2.) I'm really annoyed of Ed's shitty wordwrap, because I don't manage
  31. :     to turn it of.
  32. :     I tried changing the right margin using the extended (ESC) command
  33. :     "SR150" or the like and also (ESC) "EX" witch is supposed to
  34. :     toggle wordwrap (though I don't know any parameters for "EX").
  35. :     When inside a line inserting something the right side seems to shift
  36. :     properly behind the right windowframe, but typing a long line 
  37. :     without inserting, Ed wraps the line (f**k).
  38. :     Help me!
  39.  
  40. "EX" only toggles for that line. As soon as you move off that line, it defaults
  41. back to the original "SR" setting.
  42. I had your problem, but opposite. I did my mail (offline) with ED, and every
  43. now and again, I had to edit a previous line, which  made the line length >78
  44. characters (which made it look crap). It was fixed with a ARexx script which
  45. formats whole paragraphs (from cursor location to the end of the paragraph,
  46. which is defined as a blank line or a white space character in the first 
  47. column).
  48.  
  49. nick
  50.  
  51.